Package com.netscape.certsrv.kra
Class EKRAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.kra.EKRAException
- All Implemented Interfaces:
Serializable
A class represents a KRA exception. This is the base
exception for all the KRA specific exceptions. It is
associated with
KRAResources
.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEKRAException
(String msgFormat) Constructs a KRA exception.EKRAException
(String msgFormat, Exception e) Constructs a KRA exception.EKRAException
(String msgFormat, Object[] params) Constructs a KRA exception. -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EKRAException
Constructs a KRA exception.- Parameters:
msgFormat
- constant from KRAResources.
-
EKRAException
Constructs a KRA exception.- Parameters:
msgFormat
- constant from KRAResources.e
- embedded exception.
-
EKRAException
Constructs a KRA exception.- Parameters:
msgFormat
- constant from KRAResources.params
- additional parameters to the message.
-
-
Method Details
-
getBundleName
Returns the bundle file name.- Overrides:
getBundleName
in classEBaseException
- Returns:
- name of bundle class associated with this exception.
-